-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update required python version #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think poetry.lock will need updating won't it? I see a reference to python < 3.12 in there.
Yes, I'll update the dependencies in |
@@ -10,5 +10,5 @@ jobs: | |||
with: | |||
pre-run-script: .github/test-pre-script.sh | |||
self-hosted-runner: true | |||
self-hosted-runner-label: "edge" | |||
self-hosted-runner-label: "jammy" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Thanhphan1147 is this really intended? the "jammy" label is automatically added by operator workflows since canonical/operator-workflows#275 . As no flavour is specified, you may still get "edge" as one is randomly selected.
Same for .github/workflows/test.yaml
Checklist
src-docs
urgent
,trivial
,complex
)